EXTEND: Now try customizing your program! Be sure to meet these minimum technical requirements:
- Try changing the values of the rectangle width and height variables. Choose numbers between 1 and 6.
- Add a square to your program and name it my_square that has a variable for its side length.
- Have the square say "My area is ____". Remember to use str() to convert its area!
To navigate the page using the TAB key, first press ESC to exit the code editor.